From: Amir E. Aharoni Date: Tue, 3 Mar 2015 18:27:27 +0000 (+0200) Subject: Shorten long lines and use consistent tabs in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~12184^2~4 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=2b74646a577c45d87498b862b478a192c697c128;p=lhc%2Fweb%2Fwiklou.git Shorten long lines and use consistent tabs in DefaultSettings.php To make phpcs pass. Change-Id: Iff20470d1db409ed91577058204d0254c461ba76 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6786f818d6..87b432deba 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -951,7 +951,8 @@ $wgExiv2Command = '/usr/bin/exiv2'; * are passed as parameters after $srcPath, $dstPath, $width, $height */ $wgSVGConverters = array( - 'ImageMagick' => '$path/convert -background "#ffffff00" -thumbnail $widthx$height\! $input PNG:$output', + 'ImageMagick' => + '$path/convert -background "#ffffff00" -thumbnail $widthx$height\! $input PNG:$output', 'sodipodi' => '$path/sodipodi -z -w $width -f $input -e $output', 'inkscape' => '$path/inkscape -z -w $width -f $input -e $output', 'batik' => 'java -Djava.awt.headless=true -jar $path/batik-rasterizer.jar -w $width -d ' @@ -3173,9 +3174,10 @@ $wgFooterIcons = array( ), "poweredby" => array( "mediawiki" => array( - "src" => null, // Defaults to point at - // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" - // plus srcset for 1.5x, 2x resolution variants. + // Defaults to point at + // "$wgResourceBasePath/resources/assets/poweredby_mediawiki_88x31.png" + // plus srcset for 1.5x, 2x resolution variants. + "src" => null, "url" => "//www.mediawiki.org/", "alt" => "Powered by MediaWiki", )